home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 September (Special) / Chip-Special_2004-09_Digitalni-Hudba.bin / servis / invest / dskinv.exe / {app} / di.exe / 0 / RCDATA / TFINDDIALOG / TFINDDIALOG.txt
Text File  |  2003-05-02  |  2KB  |  129 lines

  1. object finddialog: Tfinddialog
  2.   Left = 388
  3.   Top = 369
  4.   BorderStyle = bsDialog
  5.   Caption = 'Search'
  6.   ClientHeight = 169
  7.   ClientWidth = 493
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnActivate = FormActivate
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 120
  19.   TextHeight = 16
  20.   object Label1: TLabel
  21.     Left = 16
  22.     Top = 24
  23.     Width = 64
  24.     Height = 16
  25.     Caption = 'Search for:'
  26.   end
  27.   object firstclusterlabel: TLabel
  28.     Left = 168
  29.     Top = 64
  30.     Width = 67
  31.     Height = 16
  32.     Caption = 'First cluster'
  33.   end
  34.   object numclusterslabel: TLabel
  35.     Left = 320
  36.     Top = 64
  37.     Width = 111
  38.     Height = 16
  39.     Caption = 'Number of clusters'
  40.   end
  41.   object findedit: TEdit
  42.     Left = 88
  43.     Top = 24
  44.     Width = 273
  45.     Height = 24
  46.     MaxLength = 255
  47.     TabOrder = 0
  48.     Text = 'findedit'
  49.     OnChange = findeditChange
  50.   end
  51.   object findbutton: TButton
  52.     Left = 378
  53.     Top = 24
  54.     Width = 97
  55.     Height = 28
  56.     Hint = 'Search for the search string'
  57.     Caption = '&Search'
  58.     Default = True
  59.     TabOrder = 1
  60.     OnClick = findbuttonClick
  61.   end
  62.   object cancelbutton: TButton
  63.     Left = 378
  64.     Top = 128
  65.     Width = 97
  66.     Height = 28
  67.     Caption = '&Cancel'
  68.     TabOrder = 2
  69.     OnClick = cancelbuttonClick
  70.   end
  71.   object matchcasecb: TCheckBox
  72.     Left = 16
  73.     Top = 112
  74.     Width = 97
  75.     Height = 17
  76.     Caption = 'Match &case'
  77.     TabOrder = 3
  78.   end
  79.   object hexcb: TCheckBox
  80.     Left = 16
  81.     Top = 136
  82.     Width = 161
  83.     Height = 17
  84.     Hint = 'e.g. 0A5B'
  85.     Caption = 'Hex bytes (eg, B64F)'
  86.     TabOrder = 4
  87.     OnClick = hexcbClick
  88.   end
  89.   object wholediskcheckbox: TCheckBox
  90.     Left = 16
  91.     Top = 80
  92.     Width = 145
  93.     Height = 17
  94.     Caption = 'Search whole disk'
  95.     Checked = True
  96.     State = cbChecked
  97.     TabOrder = 5
  98.   end
  99.   object firstspinedit: TSpinEdit
  100.     Left = 168
  101.     Top = 80
  102.     Width = 121
  103.     Height = 26
  104.     MaxValue = 0
  105.     MinValue = 0
  106.     TabOrder = 6
  107.     Value = 0
  108.   end
  109.   object numspinedit: TSpinEdit
  110.     Left = 320
  111.     Top = 80
  112.     Width = 121
  113.     Height = 26
  114.     MaxValue = 0
  115.     MinValue = 0
  116.     TabOrder = 7
  117.     Value = 0
  118.   end
  119.   object Button1: TButton
  120.     Left = 264
  121.     Top = 128
  122.     Width = 97
  123.     Height = 28
  124.     Caption = '&Help'
  125.     TabOrder = 8
  126.     OnClick = Button1Click
  127.   end
  128. end
  129.